Skip to content

Commit b1d672f

Browse files
authored
Merge pull request #1428 from chainapsis/sam/keplr-1767
convert milkyway, nillion to non-native
2 parents 2fba7ae + 0430203 commit b1d672f

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

cosmos/milkyway.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"rpc": "https://rpc-milkyway.keplr.app",
3-
"rest": "https://lcd-milkyway.keplr.app",
2+
"rpc": "https://rpc.mainnet.milkyway.zone",
3+
"rest": "https://lcd.mainnet.milkyway.zone",
44
"chainId": "milkyway",
55
"chainName": "MilkyWay",
66
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/milkyway/chain.png",
@@ -146,5 +146,10 @@
146146
}
147147
}
148148
],
149+
"nodeProvider": {
150+
"name": "MilkyWay",
151+
"email": "security@milkyway.zone",
152+
"website": "https://milkyway.zone"
153+
},
149154
"features": ["cosmwasm"]
150155
}

cosmos/nillion.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"rpc": "https://rpc-nillion.keplr.app",
3-
"rest": "https://lcd-nillion.keplr.app",
2+
"rpc": "https://nillion-rpc.lavenderfive.com",
3+
"rest": "https://nillion-api.lavenderfive.com",
44
"chainId": "nillion-1",
55
"chainName": "Nillion",
66
"walletUrlForStaking": "https://wallet.keplr.app/chains/nillion?modal=staking&chain=nillion-1&step_id=2",
@@ -46,5 +46,10 @@
4646
}
4747
}
4848
],
49+
"nodeProvider": {
50+
"name": "Lavender.Five",
51+
"email": "hello@lavenderfive.com",
52+
"website": "https://lavenderfive.com/"
53+
},
4954
"features": []
5055
}

src/constants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const nativeMainnetChainIdentifiers: string[] = [
3838
"pirin",
3939
"xion-mainnet",
4040
"jackal",
41-
"nillion",
4241
"bbn",
4342
"interwoven",
4443
"atomone",
@@ -82,7 +81,6 @@ export const nativeTestnetChainIdentifiers: string[] = [
8281
"govgen",
8382
"seda-1-testnet",
8483
"initiation",
85-
"nillion-chain-testnet",
8684
"athens_7001",
8785
"mantra-dukong",
8886
"grand",

0 commit comments

Comments
 (0)