Skip to content

Commit

Permalink
Merge pull request #1638 from oasisprotocol/mitjat/pontusx-config
Browse files Browse the repository at this point in the history
client-sdk/config: Add Pontus-X chain
  • Loading branch information
mitjat authored Feb 14, 2024
2 parents 3a35dc5 + b93f7bb commit 81590b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions client-sdk/go/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,23 @@ var DefaultNetworks = Networks{
},
},
},

// Pontus-X on Testnet.
"pontusx": {
Description: "Pontus-X Testnet",
ID: "0000000000000000000000000000000000000000000000004febe52eb412b421",
Denominations: map[string]*DenominationInfo{
NativeDenominationKey: {
Symbol: "EUROe",
Decimals: 18,
},
// The consensus layer denomination when deposited into the runtime.
"TEST": {
Symbol: "TEST",
Decimals: 18,
},
},
},
},
},
},
Expand Down

0 comments on commit 81590b0

Please sign in to comment.