Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/bitgo/test/v2/resources/amsTokenConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const reducedAmsTokenConfig = {
'tip:faketoken': [
{
id: 'a1b2c3d4-e5f6-4789-8abc-def123456789',
fullName: 'Story Testnet Faketoken',
fullName: 'Data Network Testnet Faketoken',
name: 'tip:faketoken',
prefix: '',
suffix: 'TIP:FAKETOKEN',
Expand Down
4 changes: 2 additions & 2 deletions modules/bitgo/test/v2/unit/coins/ofcErc20Tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ describe('OFC ERC20 Tokens Configuration:', function () {
{ token: 'ofcmon:wmon', addressCoin: 'mon', chain: 'MON' },
// HYPE Network token
{ token: 'ofchype:hwhype', addressCoin: 'hype', chain: 'HYPE' },
// IP (Story Network) token
{ token: 'ofcip:aria', addressCoin: 'ip', chain: 'Story' },
// IP (Data Network) token
{ token: 'ofcip:aria', addressCoin: 'ip', chain: 'Data Network' },
];

const errors: string[] = [];
Expand Down
2 changes: 1 addition & 1 deletion modules/bitgo/test/v2/unit/keychains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('V2 Keychains', function () {
n.asset !== UnderlyingAsset.KAIA &&
n.asset !== UnderlyingAsset.IRYS &&
n.asset !== UnderlyingAsset.LINEAETH &&
n.asset !== UnderlyingAsset.IP && // Story Chain
n.asset !== UnderlyingAsset.IP && // Data Network
n.asset !== UnderlyingAsset.BASEETH &&
n.asset !== UnderlyingAsset.SOMI &&
n.asset !== UnderlyingAsset.FLRP &&
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-core/src/bitgo/staking/iStakingWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export interface VetStakeOptions extends StakeOptions {

export interface StoryStakeOptions extends StakeOptions {
/**
* Story staking period
* Data Network staking period
*/
stakingPeriod?: string;
}
Expand Down
12 changes: 6 additions & 6 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ export const allCoinsAndTokens = [
account(
'ead0435a-ee3f-4dc5-91fd-8897f1811701',
'ip',
'Story',
'Data Network',
Networks.main.ip,
18,
UnderlyingAsset.IP,
Expand All @@ -1963,7 +1963,7 @@ export const allCoinsAndTokens = [
account(
'86e7b7d6-02db-4ef7-9552-e8aeeeec2d52',
'tip',
'Story Testnet',
'Data Network Testnet',
Networks.test.ip,
18,
UnderlyingAsset.IP,
Expand Down Expand Up @@ -5523,11 +5523,11 @@ export const allCoinsAndTokens = [
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
),

// Story testnet tokens
// Data Network testnet tokens
erc20Token(
'f9a9c36f-8938-4206-bf0d-5016a861c58f',
'tip:usdc',
'Testnet Story USDC',
'Testnet Data Network USDC',
6,
'0x8c7c52eabb0fcbcaebce2556d9a719d539ea02d8',
UnderlyingAsset['tip:usdc'],
Expand All @@ -5537,14 +5537,14 @@ export const allCoinsAndTokens = [
erc20Token(
'9d0e81bc-b049-402b-83ce-3a5dd9680f17',
'tip:tmt',
'Testnet Story TMT',
'Testnet Data Network TMT',
6,
'0xb283ec8dad644effc5c4c50bb7bb21442ac3c2db',
UnderlyingAsset['tip:tmt'],
Networks.test.ip
),

// Story mainnet tokens
// Data Network mainnet tokens
erc20Token(
'2460e83c-e819-42c3-83c9-3974e08a45c8',
'ip:aria',
Expand Down
8 changes: 4 additions & 4 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export enum CoinFamily {
ZKETH = 'zketh',
ZKSYNCERA = 'zksyncera', // ZkSync Era
LINEAETH = 'lineaeth',
IP = 'ip', // Story Chain
IP = 'ip', // Data Network
SOMI = 'somi', // Somnia Chain
FLUENTETH = 'fluenteth',
MORPH = 'morph',
Expand Down Expand Up @@ -696,7 +696,7 @@ export enum UnderlyingAsset {
HPPETH = 'hppeth', // House Party Protocol
ICP = 'icp',
INKETH = 'inketh', // INK L2
IP = 'ip', // Story Chain
IP = 'ip', // Data Network
INITIA = 'initia',
INJECTIVE = 'injective',
IOTA = 'iota',
Expand Down Expand Up @@ -3921,11 +3921,11 @@ export enum UnderlyingAsset {
// X Layer (OKB) testnet tokens
'tokbxlayer:tzeb' = 'tokbxlayer:tzeb',

// Story testnet tokens
// Data Network testnet tokens
'tip:usdc' = 'tip:usdc',
'tip:tmt' = 'tip:tmt',

// Story mainnet tokens
// Data Network mainnet tokens
'ip:aria' = 'ip:aria',

// MegaEth mainnet tokens
Expand Down
11 changes: 9 additions & 2 deletions modules/statics/src/coins/ofcCoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,15 @@ export const ofcCoins = [
UnderlyingAsset.FLUENTETH,
CoinKind.CRYPTO
),
ofc('aa7e956f-2d59-4bf6-aba6-2d51bd298150', 'ofcip', 'Story', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
tofc('773b02f6-32ea-493a-bca5-13d93cb0afff', 'ofctip', 'Story Testnet', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
ofc('aa7e956f-2d59-4bf6-aba6-2d51bd298150', 'ofcip', 'Data Network', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
tofc(
'773b02f6-32ea-493a-bca5-13d93cb0afff',
'ofctip',
'Data Network Testnet',
18,
UnderlyingAsset.IP,
CoinKind.CRYPTO
),
ofc(
'9fd3e1b0-2e67-46c6-ab3b-a9942533b9d6',
'ofcbobaeth',
Expand Down
2 changes: 1 addition & 1 deletion modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6847,7 +6847,7 @@ export const tOfcErc20Coins = [
true,
'tjovayeth'
),
// Story Network tokens
// Data Network tokens
ofcerc20(
'452cc4f6-3c77-4193-a572-4b0d0f838c3c',
'ofcip:aria',
Expand Down
4 changes: 2 additions & 2 deletions modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ class CoredaoTestnet extends Testnet implements EthereumNetwork {
}

class IP extends Mainnet implements EthereumNetwork {
name = 'Story';
name = 'Data Network';
family = CoinFamily.IP;
explorerUrl = 'https://www.storyscan.io/tx/';
accountExplorerUrl = 'https://www.storyscan.io/address/';
Expand All @@ -1691,7 +1691,7 @@ class IP extends Mainnet implements EthereumNetwork {
}

class IPTestnet extends Testnet implements EthereumNetwork {
name = 'StoryTestnet';
name = 'Data Network Testnet';
family = CoinFamily.IP;
explorerUrl = 'https://aeneid.storyscan.io/tx/';
accountExplorerUrl = 'https://aeneid.storyscan.io/address/';
Expand Down
4 changes: 2 additions & 2 deletions modules/statics/test/unit/fixtures/expectedColdFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const expectedColdFeatures = {
'hoodeth',
'hppeth',
'icp',
'ip', // Story chain
'ip', // Data Network
'initia',
'iota',
'irys',
Expand Down Expand Up @@ -210,7 +210,7 @@ export const expectedColdFeatures = {
'thorchain:rune',
'tia',
'ticp',
'tip', // Story chain
'tip', // Data Network
'tinitia',
'tirys',
'tislm',
Expand Down
Loading