@eth-optimism/tokenlist 10.0.18 → 10.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-76bce629.d.ts → optimism.tokenlist-8f209ae1.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-04-02T19:
|
|
25
|
+
var timestamp = "2024-04-02T19:26:27.384Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3830,6 +3830,46 @@ var tokens = [
|
|
|
3830
3830
|
opTokenId: "RAI"
|
|
3831
3831
|
}
|
|
3832
3832
|
},
|
|
3833
|
+
{
|
|
3834
|
+
chainId: 1,
|
|
3835
|
+
address: "0x50de6856358cc35f3a9a57eaaa34bd4cb707d2cd",
|
|
3836
|
+
name: "Razor Network",
|
|
3837
|
+
symbol: "RAZOR",
|
|
3838
|
+
decimals: 18,
|
|
3839
|
+
logoURI: "https://ethereum-optimism.github.io/data/RAZOR/logo.svg",
|
|
3840
|
+
extensions: {
|
|
3841
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3842
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3843
|
+
opListId: "extended",
|
|
3844
|
+
opTokenId: "RAZOR"
|
|
3845
|
+
}
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
chainId: 10,
|
|
3849
|
+
address: "0xf8397db1eedb800fdbce9e62ad83a28059cbb068",
|
|
3850
|
+
name: "Razor Network",
|
|
3851
|
+
symbol: "RAZOR",
|
|
3852
|
+
decimals: 18,
|
|
3853
|
+
logoURI: "https://ethereum-optimism.github.io/data/RAZOR/logo.svg",
|
|
3854
|
+
extensions: {
|
|
3855
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3856
|
+
opListId: "extended",
|
|
3857
|
+
opTokenId: "RAZOR"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
chainId: 8453,
|
|
3862
|
+
address: "0x6af3cb766d6cd37449bfd321d961a61b0515c1bc",
|
|
3863
|
+
name: "Razor Network",
|
|
3864
|
+
symbol: "RAZOR",
|
|
3865
|
+
decimals: 18,
|
|
3866
|
+
logoURI: "https://ethereum-optimism.github.io/data/RAZOR/logo.svg",
|
|
3867
|
+
extensions: {
|
|
3868
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3869
|
+
opListId: "extended",
|
|
3870
|
+
opTokenId: "RAZOR"
|
|
3871
|
+
}
|
|
3872
|
+
},
|
|
3833
3873
|
{
|
|
3834
3874
|
chainId: 8453,
|
|
3835
3875
|
address: "0x41E99e0F73a88947C52070FF67C19B7aBc171A54",
|
|
@@ -6060,7 +6100,7 @@ var tokens = [
|
|
|
6060
6100
|
var version = {
|
|
6061
6101
|
major: 10,
|
|
6062
6102
|
minor: 0,
|
|
6063
|
-
patch:
|
|
6103
|
+
patch: 19
|
|
6064
6104
|
};
|
|
6065
6105
|
var optimism_tokenlist_default = {
|
|
6066
6106
|
name,
|